home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 876 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.1 KB  |  29 lines

  1. Path: netnews.ntu.edu.tw!jcwang
  2. From: jcwang@csie.ntu.edu.tw (John C. Wang)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Interprocess communication /network
  5. Date: 8 Jan 1996 05:03:13 GMT
  6. Organization: National Taiwan University
  7. Message-ID: <4cq8ih$647@netnews.ntu.edu.tw>
  8. References: <30f0750e.92770927@news.algonet.se>
  9. NNTP-Posting-Host: jcwang@ntucsz.csie.ntu.edu.tw
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Micke Andersson (micke_a@algonet.se) ┤ú¿∞:
  13. : I've been trying to get some sort of interprocess communication across
  14. : the network to work, I need it to send some short messages between the
  15. : same program running on different machines in a (IPX or NetBios)
  16. : network. Do I have to write everything using assembler calls to the
  17. : IPX interface, or is there some existing library out there to take
  18. : care of the low level interface?
  19.  
  20. You can try UniBase. It encapsulates network communications in the form
  21. of standard iostreams. And it's free!
  22.  
  23. --
  24. John Chia-chin Wang, author of UniBase, 
  25. The Solution to YOUR Network Programming Troubles
  26.  
  27. Come to download your copy now!
  28.   http://bbs.csie.ntu.edu.tw/~jcwang/unibase/index.cgi
  29.